home *** CD-ROM | disk | FTP | other *** search
- /*
- "PrintingLibraries.h" has been separated into four different interfaces
-
- This file has been included to allow older source code
- to #include <PrintingLibraries.h>. Please update your source
- code to directly #include any of the four different interfaces
- that your sources require.
- */
-
- #ifndef __PRINTINGLIBRARIES__
- #include <CollectionLibrary.h>
- #include <JobFormatModeLibrary.h>
- #include <PaperTypeLibrary.h>
- #include <PicturesAndPICTLibrary.h>
- #endif
-